home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / util / sys / Patches.lha / Patches / Patches.readme < prev    next >
Text File  |  1997-10-23  |  1KB  |  32 lines

  1. Short:    Patches for C: commands (fix PatchWork hits too)
  2. Author:   flavio@ies.it (Flavio Stanchina)
  3. Uploader: flavio@ies.it (Flavio Stanchina)
  4. Type:     util/sys
  5. Requires: OS3
  6.  
  7. Here are some patches to the standard AmigaOS 3.1 commands:
  8.  
  9.   File          Ver.  Changes
  10.   ------------  ----  -----------------------------------------
  11.   AddDataTypes  39.2  aligned AnchorPath (PatchWork complained)
  12.   Dir           37.5  aligned AnchorPath (PatchWork complained)
  13.   Mount         40.3  aligned AnchorPath (PatchWork complained)
  14.   Sort          37.3  works on standard input/output
  15.   Avail         40.1  localized output (for example 12.345.678)
  16.  
  17. The patches can be applied with SAS/C's 'SPatch' utility (included).
  18.  
  19. For example, to patch the `Dir' command you have to copy the `Dir.pch' file
  20. and the `SPatch' file in the C: directory, then issue the command
  21.  
  22.   Spatch Dir
  23.  
  24. `SPatch' will produce a new file called `Dir.new'. Delete `Dir' and
  25. `Dir.pch' then rename `Dir.new' to `Dir'.
  26.  
  27. I know, these instructions aren't fit for inexperienced users, but then
  28. inexperienced users aren't going to need these patches anyway.
  29.  
  30. Flavio Stanchina <flavio@ies.it>
  31.  
  32.